home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_11909.txt < prev    next >
Text File  |  1991-02-27  |  1KB  |  24 lines

  1. -- card: 11909 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 4
  9. ----- text -----
  10. ORGANIZATION
  11.  
  12. A HyperCard interface was chosen for this document because of the ease with which information may be cross-referenced, its ease of distribution, and because of the ability to provide source code in ready-to-use media.
  13.  
  14. Throughout the text an attempt will be made to indicate where ANSI C, Think C, and C++ differ.  Statements made about C usually apply to TC and C++ as well, while statements about TC usually apply to C++.  These relationships are summarized in Appendix 2.  Appendix 1 briefly describes the TC development environment.
  15.  
  16. Chapter 1 introduces Think C and object-oriented programming with several preliminary definitions, a sample program showing the TC syntax, and a more detailed example showing the merits of the OOP approach.
  17.  
  18. Chapters 2 and 3 discuss C data types and functions, including sample programs.  Chapter 4 shows how these concepts are combined to construct TC/C++ classes, and includes a sample program.
  19.  
  20.  
  21.  
  22. -- part contents for background part 7
  23. ----- text -----
  24. 9